home *** CD-ROM | disk | FTP | other *** search
- #include <proto/exec.h>
- #include <proto/muimaster.h>
- #include <libraries/mui.h>
- #include <proto/intuition.h>
-
- Class App: MUIC_Application {
-
- Object *win, *up, *down, *left, *right, *trig, *cycle, *inf, *strig;
- Object *EJGup, *EJGdown, *EJGleft, *EJGright, *EJGtrig, *EJGstrig;
- Object *lup, *ldown, *lleft, *lright, *ltrig, *lstrig;
- Object *dval;
-
- STRPTR lastcont;
- ULONG lastval;
- UBYTE txbuf[ 20 ];
-
- Attribute State:S;
- Attribute Port:G;
-
- };
-